func syscall.rawVforkSyscall

2 uses

	syscall (current package)
		exec_linux.go#L217: 		r1, err1 = rawVforkSyscall(SYS_CLONE, uintptr(SIGCHLD|CLONE_VFORK|CLONE_VM)|sys.Cloneflags)
		syscall_linux_amd64.go#L123: func rawVforkSyscall(trap, a1 uintptr) (r1 uintptr, err Errno)